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