Flowdock
build(model, name, options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/associations/builder/association.rb, line 11
    def self.build(model, name, options)
      new(model, name, options).build
    end
Register or log in to add new notes.