Sha256: aa11e97f54260dacfa5fd107166b491a903d5e1f1fa202edc289149c915323b9

Contents?: true

Size: 214 Bytes

Versions: 5

Compression:

Stored size: 214 Bytes

Contents

module Locomotive
  module Api
    class CurrentSiteController < BaseController

      def show
        @site = current_site
        authorize! :show, @site
        respond_with(@site)
      end

    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/controllers/locomotive/api/current_site_controller.rb
locomotive_cms-2.0.0.rc11 app/controllers/locomotive/api/current_site_controller.rb
locomotive_cms-2.0.0.rc10 app/controllers/locomotive/api/current_site_controller.rb
locomotive_cms-2.0.0.rc9 app/controllers/locomotive/api/current_site_controller.rb
locomotive_cms-2.0.0.rc8 app/controllers/locomotive/api/current_site_controller.rb