class FundraisingProgram::GrantProject
Public Instance Methods
remove_fund()
click to toggle source
# File lib/fundraising_program/grant_project.rb, line 6 def remove_fund puts "The project #{@name} is a Grant project and can't have funds removed" end