Skip to content

Commit

Permalink
Added a help section about stylesheets and javascripts to the initial…
Browse files Browse the repository at this point in the history
…izer.
  • Loading branch information
gregbell committed Sep 7, 2010
1 parent 4f30b1d commit 03cf909
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/generators/active_admin/install/templates/active_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,16 @@
#
# config.before_filter :authenticate_user!


# == Register Stylesheets & Javascripts
#
# We recomend using the built in Active Admin layout and loading
# up your own stylesheets / javascripts to customize the look
# and feel.
#
# To load a stylesheet:
# config.register_stylesheet 'my_stylesheet.css'
#
# To load a javascript file:
# config.register_javascript 'my_javascript.js'
end

0 comments on commit 03cf909

Please sign in to comment.