Module: Pageflow::ActiveAdminPatches::Views::Pages::Base Private
- Defined in:
- lib/pageflow/active_admin_patches/views/pages/base.rb
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #build ⇒ Object private
Instance Method Details
#build ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
7 8 9 10 |
# File 'lib/pageflow/active_admin_patches/views/pages/base.rb', line 7 def build(*) super set_attribute(:lang, I18n.locale) end |