File: environment.rb

package info (click to toggle)
ruby-email-spec 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: javascript: 6,743; ruby: 2,575; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# Load the rails application
require File.expand_path('../application', __FILE__)

# Initialize the rails application
Rails4Root::Application.initialize!
ActionMailer::Base.default_url_options = { :host => 'example.com' }