You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scambra edited this page Sep 14, 2010
·
10 revisions
If you want to add some formats to actions’ responses you can add some methods named “#{action_name}_respond_to”. That method will be invoked with type as parameter.
Example:
def show_respond_to(type)
type.pdf # It will render a template named show.pdf.<template_handler>
end