Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
make_current method
VladikOtez
Jun 2nd, 2017
2,227
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Rails
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
make_current!
@decks
= Deck.
where
(
current:
true
)
#AR::Relation ??
@decks
.
map
!
{
|
deck
|
deck.
current
=
false
}
self
.
current
=
true
save
end
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
37 min ago | 8.44 KB
Untitled
PowerShell | 1 hour ago | 0.86 KB
Untitled
2 hours ago | 16.30 KB
Untitled
4 hours ago | 11.99 KB
Untitled
6 hours ago | 17.87 KB
Untitled
8 hours ago | 12.75 KB
Untitled
10 hours ago | 23.62 KB
Ghost Of Onyx 6
16 hours ago | 0.51 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!