Skip to content

Commit

Permalink
What kind of moron overrides #valid?
Browse files Browse the repository at this point in the history
  • Loading branch information
karmajunkie committed Jan 12, 2012
1 parent 081d30b commit 423dfb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/commando/command.rb
Expand Up @@ -14,10 +14,6 @@ def initialize(params={})
self.params[:id] = UUIDTools::UUID.timestamp_create.to_s if self.params[:id].nil? self.params[:id] = UUIDTools::UUID.timestamp_create.to_s if self.params[:id].nil?
end end


def valid?
true
end

def attributes def attributes
params params
end end
Expand Down

0 comments on commit 423dfb5

Please sign in to comment.