Sha256: b4b620abf8124d75fce6784403f358a61e8883e438f275b196d9f562009b8572
Contents?: true
Size: 111 Bytes
Versions: 3
Compression:
Stored size: 111 Bytes
Contents
class WorkersController < ApplicationController def index @workers = Worker.includes(:detail) end end
Version data entries
3 entries across 3 versions & 1 rubygems