Class: User

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

Instance Method Summary collapse

Instance Method Details

#ok?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'app/models/user.rb', line 2

def ok?
  true if self.status == 1
end