8 lines
90 B
Ruby
8 lines
90 B
Ruby
class UnitsController < ApplicationController
|
|
def create
|
|
end
|
|
|
|
def destroy
|
|
end
|
|
end
|