pundit: add initial application policy.

This commit is contained in:
evazion
2020-03-15 13:48:34 -05:00
parent 15ba2f6cd7
commit 1d16034144
4 changed files with 83 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ gem 'scenic'
gem 'ipaddress'
gem 'http'
gem 'activerecord-hierarchical_query'
gem 'pundit'
# needed for looser jpeg header compat
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"