instance method
push
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
push(*)
No documentation comment.
Parameters
-
argsrest
Source
# File railties/lib/rails/paths.rb, line 55
def push(*)
raise "Application root can only have one physical path"
end
Defined in railties/lib/rails/paths.rb line 55
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Paths::Root