class method
self.table_name_suffix
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v3.1.12Works like table_name_prefix, but appends instead of prepends (set to “_basecamp” gives “projects_basecamp”, “people_basecamp”). By default, the suffix is the empty string.
Source
# File activerecord/lib/active_record/base.rb, line 475
cattr_accessor :table_name_suffix, :instance_writer => false
Defined in activerecord/lib/active_record/base.rb line 475
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Base