Skip to content

Instantly share code, notes, and snippets.

@punnie
Created August 30, 2013 13:10
Show Gist options
  • Save punnie/6389686 to your computer and use it in GitHub Desktop.
Save punnie/6389686 to your computer and use it in GitHub Desktop.
class Controller
def action
respond_to do |format|
format.html { render :gaitas_sem_javascript }
format.js { render :gaitas_que_o_javascript_curte }
format.json { render :jasão }
end
end
end
@rapzo
Copy link

rapzo commented Aug 30, 2013

Too much "gaitas"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment