Sha256: 245f8c93865824b6ebc142f74a61aaf0005e1af46853abedb2d8803538c4cb33
Contents?: true
Size: 542 Bytes
Versions: 25
Compression:
Stored size: 542 Bytes
Contents
- if show_path - if show_action == true || (EffectiveDatatables.authorized?(controller, :show, resource) rescue false) = show_icon_to send(show_path, resource.to_param) - if edit_path - if edit_action == true || (EffectiveDatatables.authorized?(controller, :edit, resource) rescue false) = edit_icon_to send(edit_path, resource.to_param) - if destroy_path - if destroy_action == true || (EffectiveDatatables.authorized?(controller, :destroy, resource) rescue false) = destroy_icon_to send(destroy_path, resource.to_param)
Version data entries
25 entries across 25 versions & 1 rubygems