lib/alba/resource.rb in alba-0.13.0 vs lib/alba/resource.rb in alba-0.13.1

- old
+ new

@@ -194,10 +194,10 @@ end end # Transform keys as specified type # - # @params type [String, Symbol] + # @param type [String, Symbol] def transform_keys(type) @_transform_keys = type.to_sym end end end