Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created February 23, 2010 18:08
Show Gist options
  • Save workmad3/312496 to your computer and use it in GitHub Desktop.
Save workmad3/312496 to your computer and use it in GitHub Desktop.
class Submission < ActiveRecord::Base
end
class SubmissionsController < ActionController::Base
scaffold :submission
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment