module SemiStatic::Page::WithLocale
Public Class Methods
included(klass)
click to toggle source
# File lib/semi_static/page/with_locale.rb, line 2 def self.included(klass) klass.send :attr_accessor, :locale klass.extend ClassMethods end