class method
self.floats
Ruby on Rails 7.2.3
Since v7.0.10Signature
self.floats(name, comment = nil)
No documentation comment.
Parameters
-
namereq -
commentopt = nil
Source
# File railties/lib/rails/generators/app_base.rb, line 434
def self.floats(name, comment = nil)
new(name, nil, comment)
end
Defined in railties/lib/rails/generators/app_base.rb line 434
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppBase::GemfileEntry