Skip to content

Commit

Permalink
Remove expansion config
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Oct 10, 2012
1 parent 607829a commit f167e24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions actionpack/lib/action_view/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module ActionView
# = Action View Railtie
class Railtie < Rails::Railtie
config.action_view = ActiveSupport::OrderedOptions.new
config.action_view.stylesheet_expansions = {}
config.action_view.javascript_expansions = { :defaults => %w(jquery jquery_ujs) }
config.action_view.embed_authenticity_token_in_remote_forms = false

config.eager_load_namespaces << ActionView
Expand Down

0 comments on commit f167e24

Please sign in to comment.