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