We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbc5b6 commit 2581966Copy full SHA for 2581966
lib/generators/active_admin/install/templates/active_admin.rb.erb
@@ -121,6 +121,9 @@ ActiveAdmin.setup do |config|
121
# To load a stylesheet:
122
# config.register_stylesheet 'my_stylesheet.css'
123
#
124
+ # You can provide an options hash for more control, which is passed along to stylesheet_link_tag():
125
+ # config.register_stylesheet 'my_print_stylesheet.css', :media => :print
126
+ #
127
# To load a javascript file:
128
# config.register_javascript 'my_javascript.js'
129
end
0 commit comments