Created
June 22, 2015 09:09
-
-
Save guymaliar/9aa417da5d4c4ca9d655 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rails console | |
/Users/gmaliar/src/config/initializers/vault.rb:12:in `<top (required)>': undefined method `configure' for Vault::Rails:Module (NoMethodError) | |
$ irb | |
irb(main):001:0> require "vault/rails" | |
=> true | |
irb(main):002:0> Vault::Rails.configure | |
NoMethodError: undefined method `configure' for Vault::Rails:Module | |
from (irb):2 | |
from /opt/boxen/rbenv/versions/2.2.2/bin/irb:11:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment