Flowdock
method

foreign_key

Importance_0
v1.1.6 - Show latest stable - 0 notes - Class: ActiveSupport::CoreExtensions::String::Inflections
foreign_key(separate_class_name_and_id_with_underscore = true) public

No documentation

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

Hide source
# File activesupport/lib/active_support/core_ext/string/inflections.rb, line 54
        def foreign_key(separate_class_name_and_id_with_underscore = true)
          Inflector.foreign_key(self, separate_class_name_and_id_with_underscore)
        end
Register or log in to add new notes.