Skip to content

Instantly share code, notes, and snippets.

@braidn
Last active August 29, 2015 14:04
Show Gist options
  • Save braidn/d0603a1242729f15eea4 to your computer and use it in GitHub Desktop.
Save braidn/d0603a1242729f15eea4 to your computer and use it in GitHub Desktop.
module RCMS
class Asset < ActiveRecord::Base
self.table_name = 'rcms_assets'
self.inheritance_column = :_type_disabled
end
end
#does not work (has column name 'type')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment