RStankov/setty

View on GitHub
example/app/controllers/examples_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ExamplesController < ApplicationController
  def index
  end

  def reload
    AppSettings.reload

    redirect_to :back, notice: 'Settings reloaded'
  end
end