module SemiStatic::Page::WithLocale::ClassMethods
Public Instance Methods
all()
click to toggle source
Calls superclass method
# File lib/semi_static/page/with_locale.rb, line 8 def all super.find_all {|a| a.locale.to_sym == I18n.locale } end