Flowdock
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.