method

floats

rails latest stable - Class: Rails::Generators::AppBase::GemfileEntry
floats(name, comment = nil)
public

No documentation available.

# File railties/lib/rails/generators/app_base.rb, line 394
        def self.floats(name, comment = nil)
          new(name, nil, comment)
        end