Sha256: 43841a4f9a1c02cca4675348c6b442dcdac88042eb311d8fb69a9483887d66b2
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
module Globalize2 module PagesControllerExtensions def self.included(base) base.class_eval do before_filter :reset_locale, :only => [:new] end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-globalize2-extension-0.2.0 | lib/globalize2/pages_controller_extensions.rb |