Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languageruby
    def admin?
      user_groups.include? 'librarians'
    end

Additional Technical Documentation

https://github.com/samvera/hyrax/wiki/Making-Admin-Users-in-Hyrax

Legacy

In-depth tutorials and explanations of the structure

...