firstdraft / appdev_template

A Rails template for generating homework projects
0 stars 1 forks source link

Lock activeadmin version #86

Closed jelaniwoods closed 5 years ago

jelaniwoods commented 5 years ago

Fixes firstdraft/draft_generators/issues/68 until we determine a better course of action.

Currently newly generated apps cannot run draft_generators because of a recent activeadmin change. This branch makes the following change:

I suspect we'll come to a better consensus later about how to update draft_generators but for now this functions as a temporary fix, since assignments still need to be generated.