Exception: SimplyTheTenant::CurrentNeedsTenantError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/simply_the_tenant.rb

Instance Method Summary collapse

Constructor Details

#initializeCurrentNeedsTenantError

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