lib/skr/models/user_proxy.rb in stockor-0.1.9 vs lib/skr/models/user_proxy.rb in stockor-0.2

- old
+ new

@@ -1,8 +1,8 @@ module Skr # The UserProxy is a stand-in for the real user - # model that will be implementation specific by the user of Stockor Core + # model that will be implementation specific by the user of Stockor class UserProxy # The user who's currently interacting with Stockor. # Defaults to 0, indicating anonymous or unknown # @return [Object,FixNum] whatever was set using scoped_to, or 0 if nothing was set