Module: RedisMonitor::Helpers::BaseHelper

Included in:
Controllers::BaseController, AllHelpers
Defined in:
lib/helpers/base_helper.rb

Instance Method Summary collapse

Instance Method Details

#haml(*arguments) ⇒ Object



4
5
6
# File 'lib/helpers/base_helper.rb', line 4

def haml(*arguments)
  context.haml(*arguments)
end