cubesystems/releaf

View on GitHub
releaf-core/app/lib/releaf/action_controller/layout.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Releaf::ActionController::Layout
  extend ActiveSupport::Concern

  def layout_features
    [:header, :sidebar, :main]
  end
end