48 49 50 51 52
# File 'lib/jets/resource.rb', line 48 def attributes attributes = template.values.first attributes = replacer.replace_placeholders(attributes) Jets::Camelizer.transform(attributes) end