Skip to content

Commit

Permalink
Clean up log entries migration
Browse files Browse the repository at this point in the history
  • Loading branch information
nickh committed Aug 26, 2008
1 parent 2b0a82e commit 4f0569e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions db/migrate/20080811151419_create_log_entries.rb
Expand Up @@ -9,16 +9,6 @@ def self.up
end
end

=begin
@entry.should.respond_to?(:departed_at)
@entry.should.respond_to?(:arrived_at)
@entry.should.respond_to?(:origin)
@entry.should.respond_to?(:destination)
@entry.should.respond_to?(:days_onboard)
@entry.should.respond_to?(:night_hours)
@entry.should.respond_to?(:notes)
=end

def self.down
drop_table :log_entries
end
Expand Down

0 comments on commit 4f0569e

Please sign in to comment.