Sha256: 2c135e23799f38162a0970d5012795ca60661c71f831638c967af0f73014db01
Contents?: true
Size: 218 Bytes
Versions: 43
Compression:
Stored size: 218 Bytes
Contents
module CurationConcerns class OperationsController < ApplicationController load_and_authorize_resource def index @operations = @operations.where(parent_id: nil) end def show end end end
Version data entries
43 entries across 43 versions & 1 rubygems