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
The "#or alternatively:" part should be something like this: @mailgun = Mailgun(:domain => ENV['mg-domain'], :api_key => ENV['mg-api-key']) or @mailgun = Mailgun(:domain => 'your-domain', :api_key => 'your-api-key')
The "#or alternatively:" part should be something like this:
@mailgun = Mailgun(:domain => ENV['mg-domain'], :api_key => ENV['mg-api-key']) or
@mailgun = Mailgun(:domain => 'your-domain', :api_key => 'your-api-key')
Otherwise will get error like this:
Please consider editing the readme :)
Rails 4.2.1
using in integration with figaro
The text was updated successfully, but these errors were encountered: