Sha256: 484bcd4150d817b30a8f0f27dcfaf5f82fb23d3f30798978341c72bc4a37787d

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

module Refinery
  module RaceRegistrations
    module Admin
      class GroupsController < ::Refinery::AdminController

        crudify :'refinery/race_registrations/group',
                :order => "position DESC",
                :xhr_paging => true

      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
refinerycms-registrations-0.1.2 app/controllers/refinery/race_registrations/admin/groups_controller.rb
refinerycms-registrations-0.1.1 app/controllers/refinery/race_registrations/admin/groups_controller.rb
refinerycms-registrations-0.1.0 app/controllers/refinery/race_registrations/admin/groups_controller.rb