diff --git a/app/entities/bookmark_request.rb b/app/entities/bookmark_request.rb index e7818c1..43bb89b 100644 --- a/app/entities/bookmark_request.rb +++ b/app/entities/bookmark_request.rb @@ -4,7 +4,7 @@ module Adamantium attribute :h, Types::Coercible::String attribute :action, Types::Coercible::String.optional attribute :name, Types::Coercible::String - attribute :cache, Types::Bool.optional + attribute :cache, Types::Params::Bool.optional attribute :content, Types::Coercible::String.optional attribute :url, Types::Coercible::String attribute :slug, Types::Coercible::String