2013-12-02 21:47:02 +00:00
|
|
|
# Load the Rails application.
|
2011-02-14 18:28:51 +00:00
|
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
|
2013-12-02 21:47:02 +00:00
|
|
|
# Initialize the Rails application.
|
2011-09-15 21:41:26 +00:00
|
|
|
AdoptAThing::Application.initialize!
|