Module: LeaderboardFactory::HelperProxyMethods
- Defined in:
- lib/leaderboard_factory/helper_proxy.rb
Instance Method Summary collapse
-
#leaderboards ⇒ Object
Returns a contextualized helper instance so that one can use the helpers.
Instance Method Details
#leaderboards ⇒ Object
Returns a contextualized helper instance so that one can use the helpers.
17 18 19 |
# File 'lib/leaderboard_factory/helper_proxy.rb', line 17 def leaderboards HelperProxy.new(self) end |