caboose-cms 0.1.92 → 0.1.93

Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,7 @@ module Caboose
57
57
  # Returns the currently logged in user
58
58
  def logged_in_user
59
59
  if (!logged_in?)
60
- return User.find(User::LOGGED_OUT_USER_ID)
60
+ return User.where('username' => 'elo').first
61
61
  end
62
62
  #return nil if !logged_in?
63
63
  return session["app_user"]
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.1.92'
2
+ VERSION = '0.1.93'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.92
4
+ version: 0.1.93
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: