Class: Smithy::User

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/smithy/user.rb

Instance Method Summary collapse

Instance Method Details

#smithy_admin?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/models/smithy/user.rb', line 8

def smithy_admin?
  true
end