class method
self.floats
Ruby on Rails 8.0.4
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 439
def self.floats(name, comment = nil)
new(name, nil, comment)
end
Defined in railties/lib/rails/generators/app_base.rb line 439
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::AppBase::GemfileEntry