#32 ✓resolved
Cipriani

refactor Restfulie::Server::ActionController::Base to implement as a module

Reported by Cipriani | 2010-04-08 14:12:20 UTC | in v0.7

Comments and changes to this ticket

  • Cipriani

    Cipriani 2010-04-08 14:22:16 UTC

    This is needed, because the way it is implemented generates problems when installing the library as a gem.

  • Cipriani

    Cipriani 2010-04-08 17:24:56 UTC

    • State changed from “open” to “resolved”

    It's done!

    Please note that now the correct way to use Restfulie::Server::ActionController::Base is:

    class OrderController < ApplicationController
      include Restfulie::Server::ActionController::Base
    
      ... controller code ...
    
    end
    

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

People watching this ticket

Pages