Skip to content

Instantly share code, notes, and snippets.

@levent
Created March 16, 2010 16:50
Show Gist options
  • Save levent/334208 to your computer and use it in GitHub Desktop.
Save levent/334208 to your computer and use it in GitHub Desktop.
class EmmissionCategory < ActiveRecord::Base
def self.all
return EmmissionCategory.find(:all)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment