Sha256: d2fd7637355c51638340f69b68708355d7183bc5a1c33cfba8297d25824642b1
Contents?: true
Size: 288 Bytes
Versions: 4
Compression:
Stored size: 288 Bytes
Contents
class Admin::CommentsController < ApplicationController layout 'admin' admin_assistant_for Comment do |a| a.form[:comment].read_only a.index do |index| index.conditions "comment like '%smart%'" index.search.default_search_matches_on << :id end end end
Version data entries
4 entries across 3 versions & 1 rubygems