decko-commons/decko

View on GitHub
mod/content/set/abstract/templated_nests.rb

Summary

Maintainability
A
0 mins
Test Coverage
format :html do
  view :core do
    with_nest_mode :template do
      super()
    end
  end
end