Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 7e4f4c3

Browse files
committed
require rails before boot.
1 parent c141fd5 commit 7e4f4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/reactive_ruby/test_app/templates/application.rb.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<% if defined? application_definition -%>
2-
require File.expand_path('../boot', __FILE__)
32
require 'rails/all'
3+
require File.expand_path('../boot', __FILE__)
44

55
# Require the gems listed in Gemfile, including any gems
66
# you've limited to :test, :development, or :production.

0 commit comments

Comments
 (0)