Class: Followability::Relationship
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Followability::Relationship
- Defined in:
- lib/followability/relationship.rb
Constant Summary collapse
- STATUSES =
%i[requested blocked following].freeze
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
14 15 16 |
# File 'lib/followability/relationship.rb', line 14 def self.table_name_prefix 'followability_' end |