index
:
xlgmokha/surface.git
master
Rails app for fitness tracking
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
models
/
concerns
/
flippable.rb
blob: 5c1ebacda28abfe44ed0f635c3a7f1cd87ad9a0a (
plain
)
1
2
3
4
5
6
7
module Flippable extend ActiveSupport::Concern def flipper_id id end end