Arigato


Arigato

Special Thanks Generator

Live Demo

* w/ Rails 4.0.beta1 Source Code


CLI

$ gem install arigato
$ cd path/to/project
$ bundle

$ thanks g
      create  thanks
      create  thanks/index.html

Rails

# Gemfile
gem 'arigato_rails'
$ bundle

# View
<%= link_to 'Special Thanks', main_app.thanks_path %>