Skip to content

Instantly share code, notes, and snippets.

@cardinalblue
Created April 7, 2011 17:47
Show Gist options
  • Save cardinalblue/908293 to your computer and use it in GitHub Desktop.
Save cardinalblue/908293 to your computer and use it in GitHub Desktop.
class GeckoboardController < ActionController::Base
def newrelic
@newrelic_data = newrelic_data
render_board
end
private
def render_board
render :layout => false, :content_type => 'application/xml'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment