weby-lv/weeler

View on GitHub
app/controllers/weeler/configuration_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Weeler
  class ConfigurationController < BaseController
    def index; end
  private
    def set_current_menu_item
      @current_menu_item = "configuration"
    end
  end
end