Sha256: 649e9e99f948b2956664ef5d0f492d6b58a5875a39e21b21027f404e9cfeb144

Contents?: true

Size: 252 Bytes

Versions: 8

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

module Maglev
  module API
    class PublicationsController < ::Maglev::APIController
      def show
        raise 'NOT IMPLEMENTED'
      end

      def create
        raise 'NOT IMPLEMENTED'
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
maglevcms-1.1.3 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.1.2 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.1.1 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.1.0 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.0.0 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.0.0.rc3 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.0.0.rc2 app/controllers/maglev/api/publications_controller.rb
maglevcms-1.0.0.rc1 app/controllers/maglev/api/publications_controller.rb