Skip to content

Instantly share code, notes, and snippets.

@camwest
Created March 20, 2009 18:39
Show Gist options
  • Save camwest/82497 to your computer and use it in GitHub Desktop.
Save camwest/82497 to your computer and use it in GitHub Desktop.
class Reports::ReportCardsController < ApplicationController
def show
render :text => "Test"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment