mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
.. | ||
app | ||
bin | ||
config | ||
lib | ||
test | ||
vendor/assets | ||
depp.gemspec | ||
Gemfile | ||
Gemfile.lock | ||
MIT-LICENSE | ||
Rakefile | ||
README.md | ||
TODO |
Depp
EPP/REPP Rails engine
Installation
Add Depp and epp to your Gemfile:
gem 'depp', github: 'domify/depp'
gem 'epp', '~> 1.4.2', github: 'gitlabeu/epp'
Mount Depp to your application routes, example:
mount Depp::Engine, at: '/depp'
Depp requires login_url helper, example in routes:
get '/login', to: 'sessions#login', as: 'login'
Depp requires current_user helper in controller