annotate config/environment.rb @ 30:205c0b5d9f44

Whoops, expires_in accidentally as key name.
author edogawaconan <me@myconan.net>
date Thu, 18 Sep 2014 09:29:07 +0900
parents 157f7fd136fc
children 257910c60eb3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 # Load the Rails application.
19
157f7fd136fc Double quotes everywhere.
edogawaconan <me@myconan.net>
parents: 0
diff changeset
2 require File.expand_path("../application", __FILE__)
0
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
3
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 # Initialize the Rails application.
a1c9fadc0904 Initial.
edogawaconan <me@myconan.net>
parents:
diff changeset
5 Rails.application.initialize!