Guest User

Untitled

a guest
Apr 30th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. >> r = Stat.new
  2. NameError: uninitialized constant Stat
  3. from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:266:in `load_missing_constant'
  4. from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'
  5. from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing'
  6. from (irb):1
  7. >> r = User.new
  8. => #<User id: nil, username: "", hashed_password: "", enabled: true, last_login_at: nil, created_at: nil, updated_at: nil, member_id: nil>
Add Comment
Please, Sign In to add comment