Module: Bloomy::Utilities::UserIdUtility
- 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
7 8 9 |
# File 'lib/bloomy/utils/get_user_id.rb', line 7 def user_id @user_id ||= default_user_id end |