mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-20 15:20:00 +01:00
8 lines
111 B
Ruby
8 lines
111 B
Ruby
module FriendlyId
|
|
module Static
|
|
def should_generate_new_friendly_id?
|
|
new_record?
|
|
end
|
|
end
|
|
end
|