Module: Bloomy::Utilities::UserIdUtility
- Includes:
- ResponseHandler
- Defined in:
- lib/bloomy/utils/get_user_id.rb
Instance Method Summary collapse
-
#user_id ⇒ String
Lazy loads the user_id of the default user.
Instance Method Details
#user_id ⇒ String
Lazy loads the user_id of the default user
15 16 17 |
# File 'lib/bloomy/utils/get_user_id.rb', line 15 def user_id @user_id ||= default_user_id end |