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
On clean and new Rails app on view loaded in the browser this error occurred in log: ActionView::Template::Error (wrong number of arguments (3 for 4)):
and this is the code in view: zs = Em::Zimbreasy::Account.new('[email protected]', 'minhasenha', "https:/meuservidor.com/service/soap");
Do This Gem is compatible with Rails 4.2.0 and ruby 2.2.0 ?
The text was updated successfully, but these errors were encountered:
On clean and new Rails app on view loaded in the browser this error occurred in log:
ActionView::Template::Error (wrong number of arguments (3 for 4)):
and this is the code in view:
zs = Em::Zimbreasy::Account.new('[email protected]', 'minhasenha', "https:/meuservidor.com/service/soap");
Do This Gem is compatible with Rails 4.2.0 and ruby 2.2.0 ?
The text was updated successfully, but these errors were encountered: