Sha256: ca497d621329adaf6cbe7f71cf9b2d4a5118bd5bebf607727e5270f1a561047c
Contents?: true
Size: 352 Bytes
Versions: 148
Compression:
Stored size: 352 Bytes
Contents
module BulletTrain module Sortable class Engine < ::Rails::Engine initializer "bullet_train.sortable.register_routing_concerns" do |app| BulletTrain.routing_concerns << proc do concern :sortable do collection do post :reorder end end end end end end end
Version data entries
148 entries across 148 versions & 1 rubygems