Method: Effective::Datatable#inline?

Defined in:
app/models/effective/datatable.rb

#inline?Boolean

Inline crud

Returns:

  • (Boolean)


154
155
156
# File 'app/models/effective/datatable.rb', line 154

def inline?
  attributes[:inline] == true
end