Guest User

Untitled

a guest
Jun 21st, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. respond_to do |format|
  2. format.json {
  3. render :json => {
  4. :block => new_block,
  5. :html => render(:partial => "projects/sidebar_block.html.haml", :locals => {:block => new_block})
  6. }.to_json
  7. }
  8. end
Add Comment
Please, Sign In to add comment