Managed Models
In order to manage one of your ActiveRecord models in CohesiveAdmin, you only need to add one line of code to your model:
# in app/models/post.rb
class Post < ActiveRecord::Base
cohesive_admin
end
In order to manage one of your ActiveRecord models in CohesiveAdmin, you only need to add one line of code to your model:
# in app/models/post.rb
class Post < ActiveRecord::Base
cohesive_admin
end