method

floats

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