Sha256: c5b529af28bdc86d3cec424d0142e44173be9726e4111bac6c01d806bc77f479
Contents?: true
Size: 402 Bytes
Versions: 28
Compression:
Stored size: 402 Bytes
Contents
# Copyright 2011-2013 Rice University. Licensed under the Affero General Public # License version 3 or later. See the COPYRIGHT file for details. module OpenStax::Utilities::Helpers module ActionList def action_list(options={}) raise IllegalArgument if options[:records].nil? || options[:list].nil? render(:partial => 'osu/shared/action_list', locals: options) end end end
Version data entries
28 entries across 28 versions & 1 rubygems