Is it possible to access the parent class (instead of the subclasses) when using single table inheri...
Read MoreUsing single model for multiple tables...
Read MorePaperclip isn't storing file on my inherited model...
Read MoreWrong sql request done with a "has_many" for a subclass...
Read MoreRails and STI with has_many doesn't recognize subclass...
Read MoreRails Sti: single path, different controller...
Read MoreRails, STI and 'becomes' - f.object.errors not showing in view...
Read MoreAcces STI type on create view and controller...
Read MoreTwo simple questions about STI implementation...
Read MoreRails Single-Table Inheritance (STI): dependencies on the derived models...
Read MoreRails STI mysql queries not using the "type" column...
Read MoreSTI and virtual attribute inheritance (Rails 2.3)...
Read MoreWhat is a better way to create STI model instance...
Read MoreRender correct action within parent controller when using inheritance hierarchy - Rails...
Read MoreRails app using STI -- easiest way to pull these records?...
Read MoreDevise STI vs. MTI vs. separate tables...
Read MoreWhen does STI make sense? We are storing the same information for every type but using it differentl...
Read MoreSubclassing activerecord and maintain subclass after db fetch...
Read MoreInteraction between models and controller in rails 3 with STI...
Read MoreRails - Single Table Inheritance or not for Applicant/Employee relationship...
Read MoreRails - Single Table Inheritance problems. Any solutions / alternatives...
Read MoreRoR: how can i create a an object in a controller whose class is determined dynamically?...
Read MoreReturning record results involving STI and Subclass Parent-Child Relationship...
Read MoreWhy does rails not respect the type of a belongs_to associated object with STI, when its superclass ...
Read MoreMigration issue with trying to change attributes using gsub...
Read MoreRails: Why don't the child classes get loaded when using class method to return attributes about...
Read More