Tweetegy Polymorphic Ancestry
Example Rails app to demo 'nested polymorphic comments solution with Ancestry Gem'
Installation / Try this out at home
Clone this repo to your own computer
Run the following to install required gems (--path is optional) bundle install --path vendor/bundle
Run the following to setup the database: bundle exec rake db:setup
Run the following to get some sample data: bundle exec rake db:populate
Start the rails app and navigate to http://localhost:3000