Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
General cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
javallone committed Jan 29, 2012
1 parent ab7e260 commit 10be7a8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sideshow/app.rb
Expand Up @@ -26,9 +26,7 @@ def self.init()
:unique => true,
:order => nil,
:resource.not => nil
).map do |m|
m.resource
end
).map(&:resource)

Model::Program.all(resource_ids)
end
Expand Down Expand Up @@ -262,7 +260,5 @@ def format_date(date, format="%b %e, %Y")
end
end
end

run! if app_file == $0
end
end

0 comments on commit 10be7a8

Please sign in to comment.