virajmahesh/icsi-shift-scheduler

View on GitHub
app/controllers/skills_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class SkillsController < ApplicationController

  def index
    render json: Skill.all
  end

end