Skip to content

juanbernabo/in_place_editing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InPlaceEditing with acts_as_textiled support
============================================

Example:

  # Model
  class Post < ActiveRecord::Base
    acts_as_textiled :body
  end

  # Controller
  class BlogController < ApplicationController
    in_place_edit_for :post, :body
  end

  # View
  <%= in_place_editor_field :post, 'body' %>

Copyright (c) 2007 David Heinemeier Hansson, released under the MIT license  
Copyrigth (c) 2009 Juan Esteban Bernabó

About

InPlaceEditing plugin Supports act_as_textiled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%