5 lines
94 B
Ruby
5 lines
94 B
Ruby
|
|
class PlacesController < ApplicationController
|
||
|
|
active_scaffold :"place" do |conf|
|
||
|
|
end
|
||
|
|
end
|