9 lines
91 B
Ruby
9 lines
91 B
Ruby
class UnitsController < ApplicationController
|
|
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|