flash messages, formhandler (not sending yet)
This commit is contained in:
10
lib/form_handler.rb
Normal file
10
lib/form_handler.rb
Normal file
@ -0,0 +1,10 @@
|
||||
class FormHandler
|
||||
|
||||
def handle_form(section , data )
|
||||
puts "Section on page : #{section.page.name}"
|
||||
data.each do |name , value|
|
||||
puts "#{name}: #{value}"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
Reference in New Issue
Block a user