Sha256: ceedf39c0fdd72deb0f246ea5c105cd82feebcb4b7cd3be6be9b4bbb8e678d2b

Contents?: true

Size: 159 Bytes

Versions: 3

Compression:

Stored size: 159 Bytes

Contents

module C80News
  class ApplicationController < ActionController::Base

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_news-0.1.0.7 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.6 app/controllers/c80_news/application_controller.rb
c80_news-0.1.0.5 app/controllers/c80_news/application_controller.rb