Symbols are usually represented as such
:book_author_title
but if I have a string:
\"Book Author Title\"
Rails got ActiveSupport::CoreExtensions::String::Inflections module that provides such methods. They're all worth looking at. For your example:
ActiveSupport::CoreExtensions::String::Inflections
'Book Author Title'.parameterize.underscore.to_sym # :book_author_title