instance method
endpoint
Ruby on Rails 3.2.22.5
Since v3.1.12Signature
endpoint()
No documentation comment.
Source
# File railties/lib/rails/engine.rb, line 479
def endpoint
self.class.endpoint || routes
end
Defined in railties/lib/rails/engine.rb line 479
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Engine