Sha256: b8e90771c49bc89b98f5ecc360ff4c572ff9ac033aaf9ab52c0ac3f66052e50a
Contents?: true
Size: 334 Bytes
Versions: 6
Compression:
Stored size: 334 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. # class ApplicationController include Vedeu::Controller end # ApplicationController end # Vedeu
Version data entries
6 entries across 6 versions & 1 rubygems