Sha256: 73937d329c4dd53ec4b9e31f184d82742a4369e253b06fc7320bfc0ea549ffa1
Contents?: true
Size: 324 Bytes
Versions: 3
Compression:
Stored size: 324 Bytes
Contents
module My class SharesController < MyController self.search_params_logic += [ :show_only_shared_files, :show_only_generic_files ] def index super @selected_tab = :shared end protected def search_action_url *args sufia.dashboard_shares_url *args end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sufia-6.2.0 | app/controllers/my/shares_controller.rb |
sufia-6.1.0 | app/controllers/my/shares_controller.rb |
sufia-6.0.0 | app/controllers/my/shares_controller.rb |