5 lines
92 B
Ruby
5 lines
92 B
Ruby
|
|
class UnitsController < ApplicationController
|
||
|
|
active_scaffold :"unit" do |conf|
|
||
|
|
end
|
||
|
|
end
|