instance method
remove_belongs_to
Ruby on Rails 4.0.13
Since v4.0.13Signature
remove_belongs_to(table_name, ref_name, options = {})
No documentation comment.
Parameters
-
table_namereq -
ref_namereq -
optionsopt = {}
Alias for
ActiveRecord::ConnectionAdapters::SchemaStatements#remove_reference
Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements