Sha256: ec8988a7332dd91643bf7a28174625d7758dcda5b5cc7b3277d191bdf3153aba
Contents?: true
Size: 216 Bytes
Versions: 45
Compression:
Stored size: 216 Bytes
Contents
module PaidUp class PaidUpController < ApplicationController helper :all before_action :set_locale private def set_locale I18n.locale = params[:locale] || I18n.default_locale end end end
Version data entries
45 entries across 45 versions & 1 rubygems