Flowdock
method

table_name=

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ClassMethods
table_name=(value) public

Sets the table name explicitly. Example:

class Project < ActiveRecord::Base
  self.table_name = "project"
end
Show source
Register or log in to add new notes.