Method: AdminAssistant::ActiveRecordColumn::IndexView#unconfigured_html

Defined in:
lib/admin_assistant/active_record_column.rb

#unconfigured_html(record) ⇒ Object



289
290
291
292
293
294
295
# File 'lib/admin_assistant/active_record_column.rb', line 289

def unconfigured_html(record)
  if ajax_toggle?
    ajax_toggle_html(record)
  else
    @action_view.send(:h, string(record))
  end
end