Skip to content

Instantly share code, notes, and snippets.

@overture8
Created February 17, 2010 10:13
Show Gist options
  • Save overture8/306484 to your computer and use it in GitHub Desktop.
Save overture8/306484 to your computer and use it in GitHub Desktop.
class Application < Rails::Application
config.middleware.use Rack::Codehighlighter, :coderay, :element => "pre", :pattern => /\A:::(\w+)\s*\n/
.
.
.
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment