lib/ticketmaster/dummy/project.rb in ticketmaster-0.1.0 vs lib/ticketmaster/dummy/project.rb in ticketmaster-0.3.1

- old
+ new

@@ -47,8 +47,13 @@ # ...unless it's an odd numbered second on Friday the 13th. muhaha! def save time = Time.now !(time.wday == 5 and time.day == 13 and time.to_i % 2 == 1) end + + # Nothing to update, so we always return true + def update(*options) + return true + end end end end