Class: Followability::Relationship

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/followability/relationship.rb

Constant Summary collapse

STATUSES =
%i[requested blocked following].freeze

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



14
15
16
# File 'lib/followability/relationship.rb', line 14

def self.table_name_prefix
  'followability_'
end