Sha256: d686cfd5161572f5f8a1a2d91cdfae8761b408ea4f4661851f3cb5d2afbce087

Contents?: true

Size: 156 Bytes

Versions: 27

Compression:

Stored size: 156 Bytes

Contents

class WelcomeController < ApplicationController
  def signup
    UserMailer.deliver_signup(params['Email'], params['Name'])
  end

  def confirm
  end

end

Version data entries

27 entries across 27 versions & 9 rubygems

Version Path
basiszwo-email_spec-0.1.3 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.0.10 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.0.5 spec/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.0.6 spec/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.0.7 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.0.9 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.1.0 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.1.1 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.1.2 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.1.3 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.1.4 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.2.0 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.2.1 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.3.0 examples/rails_root/app/controllers/welcome_controller.rb
bmabey-email_spec-0.3.1 examples/rails_root/app/controllers/welcome_controller.rb
craigw-email_spec-0.1.4 examples/rails_root/app/controllers/welcome_controller.rb
hectoregm-email_spec-0.1.2 examples/rails_root/app/controllers/welcome_controller.rb
hectoregm-email_spec-0.1.3 examples/rails_root/app/controllers/welcome_controller.rb
leondu-email_spec-0.1.4 examples/rails_root/app/controllers/welcome_controller.rb
mischa-email_spec-0.0.4 spec/rails_root/app/controllers/welcome_controller.rb