Skip to content

Instantly share code, notes, and snippets.

@shayfrendt
Created April 2, 2010 15:25
Show Gist options
  • Save shayfrendt/353256 to your computer and use it in GitHub Desktop.
Save shayfrendt/353256 to your computer and use it in GitHub Desktop.

Revisions

  1. shayfrendt created this gist Apr 2, 2010.
    4 changes: 4 additions & 0 deletions gistfile1.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    class SummaryEmailsController < InheritedResources::Base
    belongs_to :workday, :finder => :find_by_date!
    actions :new, :create, :show
    end
    7 changes: 7 additions & 0 deletions gistfile2.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    class SummaryEmailsController < InheritedResources::Base
    belongs_to :workday, :finder => :find_by_date!
    actions :new, :create, :show

    fklhdkjghdfhdf

    end