Sha256: 862f27047016c25c3c5505f38f5c99c79619ede93ac7117f7b761ab44fad8e1d

Contents?: true

Size: 147 Bytes

Versions: 3

Compression:

Stored size: 147 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def index
    render :text => "Sexxy emails example app."
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sexxy-emails-0.0.6 test/example_rails_app/app/controllers/application_controller.rb
sexxy-emails-0.0.5 test/example_rails_app/app/controllers/application_controller.rb
sexxy-emails-0.0.3 test/example_rails_app/app/controllers/application_controller.rb