Skip to content

Commit d9cdc1e

Browse files
Merge pull request #72 from higher-pixels/fix-console
Fix console `uninitialized constant Rails` error
2 parents a40b0b6 + c621b5f commit d9cdc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/console

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# frozen_string_literal: true
33

44
require "bundler/setup"
5+
require "rails"
56
require "solid_errors"
67

78
# You can add fixtures and/or initialization code here to make experimenting

0 commit comments

Comments
 (0)