Sha256: 3d1707217e05b1771e0a03a1f3472afde37c987a410c0ea449dbb49c015b7130

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

require 'vedeu/application/controller'

module Vedeu

  # Provides methods which should be available to all client application
  # controllers. The client application's ApplicationController will inherit
  # from this class.
  #
  # @api private
  class ApplicationController

    include Vedeu::Controller

  end # ApplicationController

end # Vedeu

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vedeu-0.4.56 lib/vedeu/application/application_controller.rb
vedeu-0.4.55 lib/vedeu/application/application_controller.rb