lib/ridley/resource.rb in ridley-1.1.1 vs lib/ridley/resource.rb in ridley-1.2.0
- old
+ new
@@ -1,10 +1,10 @@
module Ridley
class Resource
class << self
# @return [String]
def resource_path
- @resource_path ||= representation.chef_type.pluralize
+ @resource_path ||= representation.chef_type
end
# @param [String] path
#
# @return [String]