You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have double checked the details they are correct.
this is how my terminal output looks like
Started GET "/" for 127.0.0.1 at 2015-04-22 00:45:57 +0530
Processing by PagesController#index as HTML
Completed 500 Internal Server Error in 0ms
NoMethodError (undefined method `key=' for #<A2z::Client:0x007fc6ced596b0>):
The text was updated successfully, but these errors were encountered:
avadhbsd
changed the title
undefined method `key=' for #<A2z::Client:0x007fc6d156e8a8>
undefined method `key=' for A2z::Client:
Apr 21, 2015
This likely relates to the wrong version of the "jeff" gem being imported somehow. I attempted to correct it with this change, but it sounds like it's not working. Make sure you're using the latest version of a2z. If that doesn't fix it, then try explicitly specifying version jeff 0.6.4 in your Gemfile. Let me know if that still doesn't work.
I am getting undefined method error while trying to instantiate the 'client'. I am newbie, would truly appreciate any help.
I have double checked the details they are correct.
this is how my terminal output looks like
The text was updated successfully, but these errors were encountered: