Skip to content

Instantly share code, notes, and snippets.

@ozgun
Created September 6, 2013 12:20
Show Gist options
  • Select an option

  • Save ozgun/6463052 to your computer and use it in GitHub Desktop.

Select an option

Save ozgun/6463052 to your computer and use it in GitHub Desktop.
save_css_xhr
def save_css_xhr
file = @s_site.css_file(:write => true)
file.write(params[:code])
file.close
respond_to do |format|
format.js { }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment