WIA/config/environment.rb

8 lines
213 B
Ruby
Raw Normal View History

# Load the rails application
require File.expand_path('../application', __FILE__)
# Initialize the rails application
WwwWhoisandrewCom::Application.initialize!
2012-05-03 01:25:26 -04:00
# Include the URL validator
require 'url_validator'