module Gutentag::Multitenancy::Taggable::InstanceMethodsOnActivation
Public Instance Methods
tenant_id()
click to toggle source
# File lib/gutentag/multitenancy/taggable.rb, line 17 def tenant_id raise NotImplementedError, 'taggable must implement' end