6 lines
155 B
Ruby
Executable File
6 lines
155 B
Ruby
Executable File
# Load the Rails application.
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the Rails application.
|
|
Railsgoat::Application.initialize!
|