view app/controllers/static_controller.rb @ 30:205c0b5d9f44

Whoops, expires_in accidentally as key name.
author edogawaconan <me@myconan.net>
date Thu, 18 Sep 2014 09:29:07 +0900
parents 86abbc9ce81b
children
line wrap: on
line source

class StaticController < ApplicationController
  def index
  end
end