Sha256: 540ad5fe56562447abb5db17ac215868a249c7bc4c1e2ed2b5eea9d780e0d70e
Contents?: true
Size: 346 Bytes
Versions: 9
Compression:
Stored size: 346 Bytes
Contents
# -*- coding: utf-8 -*- class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery # See ActionController::RequestForgeryProtection for details # multi_auth を使用するアプリケーションには影響しない GetText.locale = "ja" init_gettext "multi_auth" end
Version data entries
9 entries across 9 versions & 2 rubygems