6 lines
90 B
Ruby
6 lines
90 B
Ruby
class ContractsController < InheritedResources::Base
|
|
unloadable
|
|
|
|
respond_to :html
|
|
end
|