d193c9a53c
* add starred to maps API and endpoint to create/delete * add token to requests without token param * add minor version number to api version * metacode/user use uri in schema * make code climate happier
5 lines
81 B
Ruby
5 lines
81 B
Ruby
# frozen_string_literal: true
|
|
FactoryGirl.define do
|
|
factory :star do
|
|
end
|
|
end
|