Skip to content

Instantly share code, notes, and snippets.

@slawosz
Created June 7, 2010 11:46
Show Gist options
  • Save slawosz/428575 to your computer and use it in GitHub Desktop.
Save slawosz/428575 to your computer and use it in GitHub Desktop.
alias_method :orig_render, :render
def render(*args, &block)
p args.inspect
orig_render(args.first, opt, block)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment