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