Skip to content

Instantly share code, notes, and snippets.

@jnstq
Created January 19, 2009 08:45
Show Gist options
  • Save jnstq/48913 to your computer and use it in GitHub Desktop.
Save jnstq/48913 to your computer and use it in GitHub Desktop.
class Penalty < ActiveRecord::Base
end
class PenaltiesController < Application
def index
end
def create
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment