How to Add a Modal in Rails Using Bootstrap in the Footer and passing params?

前端 未结 0 1685
南笙
南笙 2021-01-04 04:55

I have the controller action:

class UsersController < ApplicationController

  def new
    @user = User.new
    if params[:email]
      @email = params[:em         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题