annotate app/controllers/static_controller.rb @ 16:fff788625214

Add basic hgignore.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 20:37:56 +0900
parents 86abbc9ce81b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
1 class StaticController < ApplicationController
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
2 def index
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
3 end
86abbc9ce81b Add static controller.
edogawaconan <me@myconan.net>
parents:
diff changeset
4 end