Skip to content

Commit

Permalink
Write README for the example rails app
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Nakamura committed Mar 26, 2013
1 parent 5d4205c commit 5ef98f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 261 deletions.
12 changes: 12 additions & 0 deletions spec/dummy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Chanko example
This is an example rails application using Chanko.
This application has a unit called EntryDeletion,
which extends MVC logics to provide a feature to delete entries.

## Start
```
$ bundle install
$ bundle exec rake db:create db:migrate
$ rails s
$ open http://localhost:3000
```
261 changes: 0 additions & 261 deletions spec/dummy/README.rdoc

This file was deleted.

0 comments on commit 5ef98f8

Please sign in to comment.