expertiza/expertiza

View on GitHub
app/controllers/instructions_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
class InstructionsController < ApplicationController
  def action_allowed?
    true
  end

  def home; end
end