Sha256: 32257325c522afd63c9c4daad1c546d49099ea44d6780cb76da09769031127d9
Contents?: true
Size: 123 Bytes
Versions: 1
Compression:
Stored size: 123 Bytes
Contents
class Admin::PostsController < ApplicationController crudify :post, :namespace => :admin, :only => [:index, :create] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_crudify-0.1.1 | spec/dummy/app/controllers/admin/posts_controller.rb |