mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Made use of Rails I18n data format in EventSerializer #598
This commit is contained in:
parent
10ef898a0d
commit
70b8fca197
4 changed files with 14 additions and 1 deletions
3
Gemfile
3
Gemfile
|
|
@ -21,6 +21,9 @@ gem 'rails-observers'
|
|||
# for tracking data changes
|
||||
gem 'paper_trail'
|
||||
|
||||
# Internationalizing gem , use gem according to version of your rails application
|
||||
gem 'rails-i18n', '~> 4.0.0' # For 4.0.x
|
||||
|
||||
# as authentification framework
|
||||
gem 'devise'
|
||||
gem 'devise_ichain_authenticatable'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue