lib/trice/controller_methods.rb in trice-0.2.1 vs lib/trice/controller_methods.rb in trice-0.3.0
- old
+ new
@@ -15,12 +15,13 @@
config = StubConfiguration.new(Trice.support_requested_at_stubbing)
prepend_around_action ReferenceTimeAssignment.new(config)
helper_method :requested_at
- hide_action :requested_at
end
end
+
+ private
def requested_at
Trice.reference_time
end
end