I am using the sferik/railsadmin gem in my rails application. Is it possible to configure its views? If yes , how to generate its views and configure them ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just override a view by creating your own at the same path. There is also a rake task to help you –
rake rails_admin:copy_viewsThink carefully though, you would have to update your modified views everytime rails_admin changed it’s internals about a lot.