Sha256: e3b0e0586499fce1412997b274bb8c833eea2161efca4e4e5c63fda146d1d55f
Contents?: true
Size: 314 Bytes
Versions: 4
Compression:
Stored size: 314 Bytes
Contents
class Admin::Comments2Controller < ApplicationController layout 'admin' admin_assistant_for Comment do |a| a.index do |index| index.conditions 'blog_posts.published_at is not null' index.include :blog_post end a.form do |form| form[:comment].write_once end end end
Version data entries
4 entries across 3 versions & 1 rubygems