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?
When true, the link will open with standard HTML behavior.
true