This is a Ruby on Rails 5 app that allows me to showcase my portfolio.
- Real-time chat engine for comments
- Blog
- Portfolio
- Drag and drop interface
def cv (n, o) # stands for Check Verbose
if @verbose
if o == "a"
puts "plus #{n} = #{@total}"
elsif o == "m"
puts "times #{n} = #{@total}"
else
puts "It broke in the Verbose module"
exit
end
end
end
alert('I can say stuff here');