Module: FlexiAdmin::Components::Helpers::Selectable

Included in:
Resources::GridViewComponent, Resources::ListViewComponent
Defined in:
lib/flexi_admin/components/helpers/selectable.rb

Instance Method Summary collapse

Instance Method Details

#selectableObject



4
5
6
# File 'lib/flexi_admin/components/helpers/selectable.rb', line 4

def selectable
  @is_selectable = true
end

#selectable?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'lib/flexi_admin/components/helpers/selectable.rb', line 8

def selectable?
  @is_selectable
end