diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 405712a..eebe47b 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,4 +1,3 @@ - class ApplicationController < ActionController::Base protect_from_forgery @@ -10,6 +9,10 @@ def total_price price * items end + def person_deatils + puts "coming soon" + end + def ask_question puts 'question' reply= gets.chomp.downcase @@ -21,4 +24,9 @@ def ask_question puts 'Please answer "yes" or "no".' end end + + def good_method + puts "wel come" + end + end \ No newline at end of file