Last active
August 29, 2015 14:04
-
-
Save braidn/99d902a5f51bd8eb4792 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module RCMS | |
class Asset < ActiveRecord::Base | |
self.table_name = 'rcms_assets' | |
end | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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