syedmusamah / grape_on_rails_routes

See Rails-like routes for Grape API's mounted on Rails
MIT License
91 stars 14 forks source link

Undeclared dependency on grape #10

Open p-salido opened 7 years ago

p-salido commented 7 years ago

grape_on_rails_routes only advertises a dependency on rails, however it also has a dependency on grape:

    grape_klasses = ObjectSpace.each_object(Class).select { |klass| klass < Grape::API }
syedmusamah commented 7 years ago

That makes sense, will look at pushing an update soon. Pull requests are also always welcome :)