instance method
finalize!
Ruby on Rails 3.1.12
Since v3.1.12Signature
finalize!()
No documentation comment.
Source
# File railties/lib/rails/application/routes_reloader.rb, line 32
def finalize!
route_sets.each do |routes|
ActiveSupport.on_load(:action_controller) { routes.finalize! }
end
end
Defined in railties/lib/rails/application/routes_reloader.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application::RoutesReloader