Class: ActiveAdmin::Views::Footer

Inherits:
Component
  • Object
show all
Defined in:
lib/active_admin/views/footer.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



5
6
7
8
# File 'lib/active_admin/views/footer.rb', line 5

def build
  super :id => "footer"
  powered_by_message
end