forked from dresselm/moribus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise RecordNotSaved if aggregated model fails to save
In Rails 4.2, ActiveRecord::RecordNotSaved requires a message to be passed in.
- Loading branch information
1 parent
8f64665
commit 8b7465d
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s| | |
s.name = "HornsAndHooves-moribus" | ||
s.version = Moribus::VERSION | ||
s.authors = ["HornsAndHooves", "Artem Kuzko", "Sergey Potapov"] | ||
s.email = ["[email protected]", "[email protected]"] | ||
s.email = ["[email protected]", "[email protected]", "[email protected]"] | ||
s.homepage = "https://github.com/HornsAndHooves/moribus" | ||
s.licenses = ["MIT"] | ||
s.summary = %q{Introduces Aggregated and Tracked behavior to ActiveRecord::Base models} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters