Skip to content

Commit

Permalink
enable observation endpoint caching
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Nov 12, 2024
1 parent 1b8e9a5 commit 741ec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/resources/v1/observation_resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module V1
class ObservationResource < BaseResource
include CacheableByLocale
# TODO: investigate caching issues, I remember it was somthing with included resources like observers
# caching
caching

attr_reader :adjust_validation_status_with_value

Expand Down

0 comments on commit 741ec81

Please sign in to comment.