Sha256: 1f67133e9b6bd002cb526e36c890f4344a4cb6d9d7fd37394d95affcc892cd74

Contents?: true

Size: 232 Bytes

Versions: 1

Compression:

Stored size: 232 Bytes

Contents

#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

1 entries across 1 versions & 1 rubygems

Version Path
rademade_admin-0.0.1 lib/rademade_admin/sortable.rb