Exception: SimplyTheTenant::CurrentNeedsTenantError
- Inherits:
-
StandardError
- Object
- StandardError
- SimplyTheTenant::CurrentNeedsTenantError
- Defined in:
- lib/simply_the_tenant.rb
Instance Method Summary collapse
-
#initialize ⇒ CurrentNeedsTenantError
constructor
A new instance of CurrentNeedsTenantError.
Constructor Details
#initialize ⇒ CurrentNeedsTenantError
Returns a new instance of CurrentNeedsTenantError.
87 88 89 |
# File 'lib/simply_the_tenant.rb', line 87 def initialize super("Current needs to respond to the tenant class name. Use `attribute :{tenant_name}` to define the method.") end |