Sha256: aa2755761b2bd340bc006d9dee452b7662e1c660b82b7b55135e8e75c6612918

Contents?: true

Size: 228 Bytes

Versions: 8

Compression:

Stored size: 228 Bytes

Contents

require "c80_lazy_images"

module C80News
  class ApplicationController < ActionController::Base

    helper C80LazyImages::Engine.helpers

    def guru
      respond_to do |format|
        format.js
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
c80_news-0.1.0.15 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.14 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.13 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.12 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.11 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.10 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.9 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.8 app/controllers/c80_news/application_controller.rb