This website requires JavaScript.
Explore
Help
Sign In
Software
/
rosa-build
mirror of
https://github.com/OpenMandrivaSoftware/rosa-build.git
Watch
1
Star
0
Fork
You've already forked rosa-build
0
Code
Issues
Projects
Releases
Wiki
Activity
69fd5d9742
rosa-build
/
app
/
models
/
settings_notifier.rb
7 lines
103 B
Ruby
Raw
Normal View
History
Unescape
Escape
Great controllers and routes refactor - separate them to namespaces. Add user/group routes in github style, refactor. Implement templates inheritance. Refactor and cleanup views. Fix specs. Other minor fixes. Refs #263
2012-05-02 10:18:07 +01:00
class
SettingsNotifier
<
ActiveRecord
::
Base
[refs #54] Add settings notifier
2012-01-11 13:58:13 +00:00
belongs_to
:user
[#247] update validations Conflicts: app/models/product_build_list.rb
2014-11-25 16:42:02 +00:00
validates
:user
,
presence
:
true
#345: fixed some specs, build_list_observer
2014-03-14 22:54:04 +00:00
[refs #54] Add settings notifier
2012-01-11 13:58:13 +00:00
end