view config/environment.rb @ 376:02903dc8214d

Fix code styles. - remove return and self keyword and use find_each instead of each.
author nanaya <me@myconan.net>
date Sat, 06 Jun 2015 22:34:36 +0900
parents 8286aec90912
children 68eb23b52864
line wrap: on
line source

# Load the rails application
require File.expand_path("../application", __FILE__)

# Initialize the rails application
Zeropaste::Application.initialize!