annotate app/controllers/static_controller.rb @ 37:81f23f5bf85d

There's no i18n here.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 15:44:51 +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