Module: SemiStatic::Page::WithLocale::ClassMethods

Defined in:
lib/semi_static/page/with_locale.rb

Instance Method Summary collapse

Instance Method Details

#allObject



8
9
10
# File 'lib/semi_static/page/with_locale.rb', line 8

def all
  super.find_all {|a| a.locale.to_sym == I18n.locale }
end