class Scholarship
Public Class Methods
create(array)
click to toggle source
# File lib/stem-for-women/funding_class.rb, line 5 def self.create(array) array.each {|hash| Scholarship.new(hash)} end
# File lib/stem-for-women/funding_class.rb, line 5 def self.create(array) array.each {|hash| Scholarship.new(hash)} end