annotate config/environment.rb @ 44:541427960031

Fix rubocop compliance.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 16:08:22 +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!