Sha256: bc418e6af3b5285a920ac8a15739ad62390fae45777529ae2aa3a1b741b60f90
Contents?: true
Size: 184 Bytes
Versions: 7
Compression:
Stored size: 184 Bytes
Contents
# frozen_string_literal: true class PaginatedDocumentsController < ApplicationController include Azeroth::Resourceable resource_for :document, only: 'index', paginated: true end
Version data entries
7 entries across 7 versions & 1 rubygems