OSDN Git Service

create thumbs
authornomeu <nomeu@nomeu.org>
Sun, 13 Jun 2010 00:18:18 +0000 (09:18 +0900)
committernomeu <nomeu@nomeu.org>
Sun, 13 Jun 2010 00:18:18 +0000 (09:18 +0900)
commit705ecbed91bc3e506881043ac26698e4b7904fd3
treed58237dbc815e8aa63f0266c5cc808b51e3f60eb
parentf33bdf639fce7d988b198dcf52eb7c86c965ac14
create thumbs
15 files changed:
app/controllers/thumbs_controller.rb [new file with mode: 0644]
app/helpers/thumbs_helper.rb [new file with mode: 0644]
app/models/thumb.rb [new file with mode: 0644]
app/views/layouts/thumbs.html.erb [new file with mode: 0644]
app/views/thumbs/edit.html.erb [new file with mode: 0644]
app/views/thumbs/index.html.erb [new file with mode: 0644]
app/views/thumbs/new.html.erb [new file with mode: 0644]
app/views/thumbs/show.html.erb [new file with mode: 0644]
config/routes.rb
db/migrate/20100612234341_create_thumbs.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/thumbs.yml [new file with mode: 0644]
test/functional/thumbs_controller_test.rb [new file with mode: 0644]
test/unit/helpers/thumbs_helper_test.rb [new file with mode: 0644]
test/unit/thumb_test.rb [new file with mode: 0644]