Method: Cms::LinksController#new

Defined in:
app/controllers/cms/links_controller.rb

#newObject



9
10
11
# File 'app/controllers/cms/links_controller.rb', line 9

def new
  @link = Link.new(:section => @section)
end