Skip to content

Commit 14117fc

Browse files
committed
Include require 'rails' in config/application.rb as this is what 4.2.1 has in template
1 parent 6a74444 commit 14117fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/application.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require File.expand_path('../boot', __FILE__)
22

3+
require "rails"
34
# Pick the frameworks you want:
45
require "active_model/railtie"
56
require "active_job/railtie"

0 commit comments

Comments
 (0)