5 lines
127 B
Ruby
5 lines
127 B
Ruby
|
|
class ConfigurationTemplatesController < ApplicationController
|
||
|
|
active_scaffold :"configuration_template" do |conf|
|
||
|
|
end
|
||
|
|
end
|