Sha256: 88947b522b9382734aa17dec41d87353ef151bda06acb853327d1780d602406a
Contents?: true
Size: 129 Bytes
Versions: 1
Compression:
Stored size: 129 Bytes
Contents
module Catarse class EmailsController < BaseController def index render :text => 'teste', :layout => 'email' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_core-1.0.0.beta | app/controllers/catarse/emails_controller.rb |