zeus.ugent.be/lib/helpers/data.rb

6 lines
106 B
Ruby
Raw Permalink Normal View History

2016-08-02 17:54:18 +00:00
module DataHelper
def data_from(identifier)
2018-10-16 21:25:46 +00:00
@items["/data/#{identifier}.yaml"].attributes
2016-08-02 17:54:18 +00:00
end
end