mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
Update welcome page
This commit is contained in:
parent
98b9134779
commit
e5e0d6f6df
20 changed files with 792 additions and 125 deletions
|
|
@ -1,4 +1,8 @@
|
|||
class ContactsController < ApplicationController
|
||||
def index
|
||||
@contact = Contact.new
|
||||
end
|
||||
|
||||
def new
|
||||
@contact = Contact.new
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
class HomeController < ApplicationController
|
||||
skip_before_action :verify_authenticity_token
|
||||
def index
|
||||
@contact = Contact.new
|
||||
end
|
||||
def index; end
|
||||
|
||||
def create
|
||||
puts '***************************** Inside home controller *****************************************'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue