pragmarb/pragma-rails

View on GitHub
lib/generators/pragma/templates/resource/resource/operation/destroy.rb.tt

Summary

Maintainability
Test Coverage
<% module_namespacing do -%>
module API
  module V<%= options['version'] %>
    module <%= file_name.camelcase %>
      module Operation
        class Destroy < Pragma::Operation::Destroy
        end
      end
    end
  end
end
<% end -%>