public Method

Inflections.foreign_key(separate_class_name_and_id_with_underscore = true)

There's no documentation for this item.

Source Code

# File merb/core_ext/inflections.rb, line 101
def foreign_key(separate_class_name_and_id_with_underscore = true)
  Inflector.foreign_key(self, separate_class_name_and_id_with_underscore)
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.