Search code examples
ruby-on-railsactionlinkactivescaffold

What does "Page" signify in rails activescaffold action links


In the below line, what does page signify?

config.action_links.add 'export_csv', :label => 'Export to Excel', :page => true

What will happen if I make it false?


Solution

  • When true, the link will open with standard HTML behavior.