Navigation Menu

Skip to content

canonical-zz/Single-Table-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Single Table Inheritance

This is a sample application to demonstrate using Rails STI.  It uses the class name to select the correct behaviors for
 editing and viewing.

== Installing

You will need to have an image processor installed (this was developed using rmagick), Ruby, Rails (2.3.5 used for
development) and SQLITE3 installed.

Run rake db:migrate then start the server.

About

Example project to show single table inheritance in Rails where the entities are specializations of a thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published