# File lib/groupdate/series.rb, line 22 def respond_to?(method, include_all = false) @calculations.include?(method) || relation.respond_to?(method) || super end