Sha256: 3762d2f9ac6249d68d78bb448c3d3efac98cf5fc634209a81d59a193cbbd2679

Contents?: true

Size: 201 Bytes

Versions: 4

Compression:

Stored size: 201 Bytes

Contents

class InformationController < ApplicationController
  def index
  end
  
  def rss
    @feed_title = "Wakame VDC Informations"
    @informations = Information.all
    render :layout => false
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wakame-vdc-webui-11.12.0 app/controllers/information_controller.rb
wakame-vdc-webui-11.06.0 app/controllers/information_controller.rb
wakame-vdc-webui-10.12.0 app/controllers/information_controller.rb
wakame-vdc-webui-10.11.0 app/controllers/information_controller.rb