Method: Effective::Resources::Paths#tenant_path
- Defined in:
- app/models/effective/resources/paths.rb
#tenant_path ⇒ Object
7 8 9 |
# File 'app/models/effective/resources/paths.rb', line 7 def tenant_path Tenant.engine_path(tenant).sub("#{Rails.root}/", '') if tenant? end |