Sha256: 76615b9420f52fb654d9a820b42c250e5cf7660c5170c32d7f0fc25dadc5f82c
Contents?: true
Size: 259 Bytes
Versions: 2
Compression:
Stored size: 259 Bytes
Contents
# -*- encoding : utf-8 -*- #todo move to concern dir module RademadeAdmin module Sortable def method_missing(name, *arguments) if name == 'position' raise NotImplementedError.new 'Implement "position" method' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rademade_admin-0.0.3 | lib/rademade_admin/sortable.rb |
rademade_admin-0.0.2 | lib/rademade_admin/sortable.rb |