Skip to content

Instantly share code, notes, and snippets.

@zlw
Created January 14, 2012 16:00
Show Gist options
  • Save zlw/1611878 to your computer and use it in GitHub Desktop.
Save zlw/1611878 to your computer and use it in GitHub Desktop.
class PostsControllers < ApplicationController
param_accessible [post: [:title, :content, category: [:name]], only: [:create]
param_protected :accepted, only: [:create, :update]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment