Class: ActiveadminAncestryView::ActionBuilder
- Inherits:
-
Object
- Object
- ActiveadminAncestryView::ActionBuilder
show all
- Defined in:
- lib/activeadmin_ancestry_view/action_builder/action_builder.rb
Constant Summary
collapse
- DEFAULT_OPTIONS =
{
headers: '{ title: :id }',
table: '{}',
no_color: 'false',
no_childless_link: 'false',
shift: '4'
}
Instance Method Summary
collapse
Instance Method Details
#call(opt = {}, &block) ⇒ Object
11
12
|
# File 'lib/activeadmin_ancestry_view/action_builder/action_builder.rb', line 11
def call(opt = {}, &block)
end
|