Skip to content

Instantly share code, notes, and snippets.

@jtrim
Created November 9, 2012 00:23
Show Gist options
  • Select an option

  • Save jtrim/4042885 to your computer and use it in GitHub Desktop.

Select an option

Save jtrim/4042885 to your computer and use it in GitHub Desktop.
Make every page link to .html
class ApplicationController < ActionController::Base
# ...
def default_url_options
{ :format => :html }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment