Skip to content

Instantly share code, notes, and snippets.

View nu7hatch's full-sized avatar

Krzysztof Kowalik nu7hatch

  • Warsaw, Poland
View GitHub Profile
class MyApp1 < Padrino::Application
register SassInitializer
register Padrino::Helpers
register Padrino::Mailer
register Padrino::Warden
enable :sessions
set :auth_use_referrer, true
set :auth_failure_path, "/login"