Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. class ContentsController < ApplicationController
  2.  
  3. def edit_content
  4. @content = Content.find(params[:id])
  5. @content.update_attributes(params[:content])
  6. end
  7. end
Add Comment
Please, Sign In to add comment