Module: ActiveRecord::Tenanted::Subtenant
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/active_record/tenanted/subtenant.rb
Instance Method Summary collapse
Instance Method Details
#tenanted? ⇒ Boolean
32 33 34 |
# File 'lib/active_record/tenanted/subtenant.rb', line 32 def tenanted? true end |