Extract message system to plugin.
This commit is contained in:
parent
fe0b17cdb0
commit
7556c753d0
45 changed files with 298 additions and 45 deletions
1
Gemfile
1
Gemfile
|
|
@ -44,6 +44,7 @@ gem 'ruby-units'
|
|||
# we use the git version of acts_as_versioned, and need to include it in this Gemfile
|
||||
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git'
|
||||
gem 'foodsoft_wiki', path: 'lib/foodsoft_wiki'
|
||||
gem 'foodsoft_messages', path: 'lib/foodsoft_messages'
|
||||
|
||||
group :production do
|
||||
gem 'exception_notification'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue