Method: SimpleTokenAuthentication::Entity#name_underscore
- Defined in:
- lib/simple_token_authentication/entity.rb
#name_underscore ⇒ Object
17 18 19 |
# File 'lib/simple_token_authentication/entity.rb', line 17 def name_underscore @name_underscore || name.underscore end |