mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require open-uri, we will need it.
This commit is contained in:
parent
cd05ed6711
commit
748e1d6745
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'open-uri'
|
||||
|
||||
module Rails
|
||||
module Generators
|
||||
module Actions
|
||||
|
|
Loading…
Reference in a new issue