Sha256: c2c1fbb655493bc96c585bb2212e89fe252bb231109559c0c96415d21c64c052
Contents?: true
Size: 264 Bytes
Versions: 13
Compression:
Stored size: 264 Bytes
Contents
require 'sufia/models/noid' class DownloadsController < ApplicationController include Sufia::Noid # for normalize_identifier method include Hydra::Controller::DownloadBehavior prepend_before_filter :normalize_identifier, except: [:index, :new, :create] end
Version data entries
13 entries across 13 versions & 1 rubygems