#32 ✓resolved
Cipriani

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

Reported by Cipriani | April 8th, 2010 @ 02:12 PM | in v0.7

Comments and changes to this ticket

  • Cipriani

    Cipriani April 8th, 2010 @ 02:22 PM

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

  • Cipriani

    Cipriani April 8th, 2010 @ 05:24 PM

    • 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