Module: Padrino::Application::Castle::Helpers

Defined in:
lib/castle-rb/support/padrino.rb

Instance Method Summary collapse

Instance Method Details

#castleObject



7
8
9
# File 'lib/castle-rb/support/padrino.rb', line 7

def castle
  @castle ||= ::Castle::Client.new(request, response)
end