Sha256: b56b38c37254bd17c2c40be3a27a92e30dc08275d78dc29663cfac5c00e6b331
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
module Maktoub class ArchivesController < ApplicationController layout 'maktoub/newsletter_mailer' def show @archive = true @subject = params[:newsletter] || 'readme' render "maktoub/newsletters/#{@subject}" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maktoub-0.0.1 | app/controllers/maktoub/archives_controller.rb |