Skip to content

Commit f3c13bc

Browse files
committed
Add bin/console
1 parent 2c8bea7 commit f3c13bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

bin/console

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env ruby
2+
3+
require 'bundler/setup'
4+
require 'i18n/active_record'
5+
6+
require 'irb'
7+
IRB.start

0 commit comments

Comments
 (0)