Sha256: 706c55b7d1fbad50b95b129e2693f647b0039482daa06f1f50efbaba50630e06
Contents?: true
Size: 205 Bytes
Versions: 35
Compression:
Stored size: 205 Bytes
Contents
class SortableModelsController < ActionController::Base active_scaffold :model do |config| config.actions.exclude :search config.actions << :sortable config.sortable.column = :name end end
Version data entries
35 entries across 35 versions & 3 rubygems