Skip to content

Instantly share code, notes, and snippets.

View KeithYokoma's full-sized avatar
🚵‍♂️
Bike, bike, bike!

Keishin Yokomaku KeithYokoma

🚵‍♂️
Bike, bike, bike!
View GitHub Profile
@KeithYokoma
KeithYokoma / identity.rb
Last active September 17, 2015 13:33 — forked from ainame/identity.rb
.idがidenitityを提供するということを示すmixinモジュールの名前どれが良いか
# 1
class Coriander
include MyApp::Entity::HasId
end
# 2
class Coriander
include MyApp::Entity::Identifiable
end