Skip to content

Commit

Permalink
Convert ActionView::Railtie into Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Nov 26, 2016
1 parent 87f5e5e commit 0cafbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module ActionView
# = Action View Railtie
class Railtie < Rails::Railtie # :nodoc:
class Railtie < Rails::Engine # :nodoc:
config.action_view = ActiveSupport::OrderedOptions.new
config.action_view.embed_authenticity_token_in_remote_forms = false
config.action_view.debug_missing_translation = true
Expand Down

0 comments on commit 0cafbd4

Please sign in to comment.