Saturday, December 14, 2013

Redmine:: import empty scaffold in Redmine

export RAILS_ENV=production


create a scaffold with correct database settings.
copy the model, view,controller into redmine plugin's app folder.
then open the route.rb file of redmine project

add this line
resources :dods  #here dods is my plugin name 

No comments: