Sha256: 21927df7722260c8bfa29d42b470ee4bd5986d4317565404ee02c479f5446b46

Contents?: true

Size: 302 Bytes

Versions: 8

Compression:

Stored size: 302 Bytes

Contents

require 'spiderfw/controller/mixins/static_content'

module Spider

    class AppController < Controller
        # FIXME: should extend PageController, but there are some circular dependencies to sort out.
        include Visual
        include StaticContent
        include WidgetHelper


    end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
spiderfw-0.5.7 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.6 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.5 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.4 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.3 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.2 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5.1 lib/spiderfw/controller/app_controller.rb
spiderfw-0.5 lib/spiderfw/controller/app_controller.rb