MR

Results 2 issues of MR

Is there anyway I can use both trestle-auth and trestle-omniauth gem, if I added both then I got error like **: Invalid route name, already in use: 'login' (ArgumentError) You...

I have two select fields and I want to show the second dropdown based on previously selected dropdown value e.g: ``` form do |record| ... select :app_ids, App.all.map{|app| [app.name, app.id]},...