# File lib/common/models/wp_theme.rb, line 13 def allowed_options; super << :style_url end
@return [ String ] The url to the theme stylesheet
# File lib/common/models/wp_theme.rb, line 25 def style_url unless @style_url @style_url = uri.merge('style.css').to_s end @style_url end