Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant Lob::Client on Rails 6 #180

Closed
leoplct opened this issue Feb 18, 2020 · 1 comment
Closed

uninitialized constant Lob::Client on Rails 6 #180

leoplct opened this issue Feb 18, 2020 · 1 comment

Comments

@leoplct
Copy link

leoplct commented Feb 18, 2020

I have just added the Gem but I get this error.
Gemfile
gem 'lob'

Rails console

Loading development environment (Rails 6.0.0)
require 'lob'irb(main):001:0> require 'lob'
=> false
irb(main):002:0> @lob = Lob::Client.new(api_key: "test_XXXXX")
Traceback (most recent call last):
        1: from (irb):2
NameError (uninitialized constant Lob::Client)
@ami
Copy link
Contributor

ami commented Feb 18, 2020

Hey @leoplct! This isn't an issue with the library itself so we'll close the issue here and respond to your support inquiry.

@ami ami closed this as completed Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants