Skip to content

Instantly share code, notes, and snippets.

@beakr
Created April 29, 2012 17:11
Show Gist options
  • Save beakr/2551994 to your computer and use it in GitHub Desktop.
Save beakr/2551994 to your computer and use it in GitHub Desktop.
Require error
# lib/socks.rb
require 'socks/version'
require 'socks/base_controller'
require 'socks/content_helpers'
# lib/socks/content_helpers.rb
module Socks
class ContentHelpers
# ...
end
end
#=> `require': no such file to load -- socks/content_helpers (LoadError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment