Skip to content

netzpirat/radiant-gallery-multisite-extension

Repository files navigation

Gallery Multisite

This extension scopes galleries to sites. Spanners fork of multi-site is needed and does most of the work in the model (by putting a scope around find, essentially), so there are no controller modifications required.

Dependencies

Installation

You'll need to add ':gallery_observer' to the active record observers in your environment.rb connfig.

config.active_record.observers = [:user_action_observer, :gallery_observer]

About

Scopes gallery to multisite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages