Skip to content

Instantly share code, notes, and snippets.

@dylanerichards
Created December 2, 2013 08:00
Show Gist options
  • Save dylanerichards/7746440 to your computer and use it in GitHub Desktop.
Save dylanerichards/7746440 to your computer and use it in GitHub Desktop.
latest thing_params
def thing_params
params.require(:thing).permit(:title, :description, :image, :image_file_name, :image_content_type, :image_file_size, :user_id, :image_updated_at(1i), :image_updated_at(2i), :image_updated_at(3i), :image_updated_at(4i), :image_updated_at(5i))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment