how to delete a line in file routes.rb ruby on rails -


In my file paths. Rb

  Namespace: Administrator resources: excluding albums,: [: new :: edit, delete] resource: except conversation_replies,: [: new: edit, delete] Resource: Excluding the author: [: new, edit, deleted] expiration   

Now, I want the line "resources: except the authors, except: [New: Edit, delete] "Ruby in code by Rail

Please help me a lot Thanks

This is a text file. It is not programmatic, it means to edit by hand. You simply delete the line Open your editor, select the line, and press the backspace or delete the key.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -