diff options
Diffstat (limited to 'guides/code/getting_started/config/environment.rb')
-rw-r--r-- | guides/code/getting_started/config/environment.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/code/getting_started/config/environment.rb b/guides/code/getting_started/config/environment.rb new file mode 100644 index 0000000000..8f728b7ce7 --- /dev/null +++ b/guides/code/getting_started/config/environment.rb @@ -0,0 +1,5 @@ +# Load the rails application +require File.expand_path('../application', __FILE__) + +# Initialize the rails application +Blog::Application.initialize! |