maxjustus / sinatra-authentication

A sinatra extension wrapped in a gem that implements authentication/permissions with users stored in the database. Now with optional support for facebook connect
The Unlicense
476 stars 94 forks source link

Change 3-line conditional to 1 line #59

Open danascheider opened 10 years ago

danascheider commented 10 years ago

Changed the unless statement defining the default template engine to a single line

danascheider commented 10 years ago

Whoops, I didn't mean to include the last 2 commits in the pull request - but they do work, so they could be merged as well if you like them.

zquestz commented 9 years ago

LGTM, I would change flash_defined? helper to also support sinatra-flash. But this change looks good.