Skip to content

Instantly share code, notes, and snippets.

@braidn
Last active August 29, 2015 14:04
Show Gist options
  • Save braidn/99d902a5f51bd8eb4792 to your computer and use it in GitHub Desktop.
Save braidn/99d902a5f51bd8eb4792 to your computer and use it in GitHub Desktop.
module RCMS
class Asset < ActiveRecord::Base
self.table_name = 'rcms_assets'
end
end
RuntimeError: Circular dependency detected while autoloading constant Rcms::Asset
from /Users/cannonball/src/reformation/.bundle/ruby/2.1.0/gems/activesupport-4.0.3/lib/active_support/dependencies.rb:461:in `load_missing_constant'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment