OSDN Git Service

create author controller trying
authoryasushiito <yas@pen-chan.jp>
Sat, 14 Jan 2012 00:43:46 +0000 (09:43 +0900)
committeryasushiito <yas@pen-chan.jp>
Sat, 14 Jan 2012 00:43:46 +0000 (09:43 +0900)
commita08b172466e35093a7d60a388eeda1488d5944e0
treeaa813de9afca6d42be95d562e00fb59bcd6a12ae
parentd118b3dd086026e00ab853a425ea8ff5de74888f
create author controller trying
app/assets/javascripts/authors.js.coffee [new file with mode: 0644]
app/assets/stylesheets/authors.css.scss [new file with mode: 0644]
app/controllers/authors_controller.rb [new file with mode: 0644]
app/helpers/authors_helper.rb [new file with mode: 0644]
app/views/authors/index.html.erb [new file with mode: 0644]
app/views/authors/show.html.erb [new file with mode: 0644]
config/routes.rb
spec/controllers/authors_controller_spec.rb [new file with mode: 0644]
spec/helpers/authors_helper_spec.rb [new file with mode: 0644]