5 lines
105 B
Ruby
5 lines
105 B
Ruby
|
|
class LinkBannersController < ApplicationController
|
||
|
|
active_scaffold :"link_banner" do |conf|
|
||
|
|
end
|
||
|
|
end
|