Sha256: b2ac9059b21d7a7660a86a3bde56ea0b453b66850a53422152bcccbbdc5fa7ed

Contents?: true

Size: 373 Bytes

Versions: 8

Compression:

Stored size: 373 Bytes

Contents

class BackendController < ContentController
  cache_sweeper :blog_sweeper
  session :off

  web_service_dispatching_mode :layered
  web_service_exception_reporting false

  web_service(:metaWeblog)  { MetaWeblogService.new(self) }
  web_service(:mt)          { MovableTypeService.new(self) }
  web_service(:blogger)     { BloggerService.new(self) }

  alias xmlrpc api
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typo-4.1.1 app/controllers/backend_controller.rb
typo-4.0.3 app/controllers/backend_controller.rb
typo-4.1 app/controllers/backend_controller.rb
typo-5.0.2 app/controllers/backend_controller.rb
typo-5.0.1 app/controllers/backend_controller.rb
typo-5.0.3.98.1 app/controllers/backend_controller.rb
typo-5.0.3.98 app/controllers/backend_controller.rb
typo-5.0 app/controllers/backend_controller.rb