Sha256: 3d44a7f19470dadb10b5e43e959a79359b11df3dcd7aab49f907ec328ecb5807

Contents?: true

Size: 171 Bytes

Versions: 1

Compression:

Stored size: 171 Bytes

Contents

module RademadeAdmin
  module Uploader
    module Video

      def thumb_path
        raise NotImplemented.new 'Implement "thumb_path" 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/uploader/video.rb