Sha256: 177a81912392d8b699738a5086a74a4ae775873e1d0923c58bbca5f042d10a9b
Contents?: true
Size: 268 Bytes
Versions: 40
Compression:
Stored size: 268 Bytes
Contents
class SynchronizationsController < ApplicationController def index if current_organization @synchronizations = Maestrano::Connector::Rails::Synchronization.where(organization_id: current_organization.id).order(updated_at: :desc).limit(40) end end end
Version data entries
40 entries across 40 versions & 1 rubygems