Sha256: a447db1b70fa7f3ab31532ed8ffcb4b60343f472a7ace24ee2d680fe4a94be00

Contents?: true

Size: 166 Bytes

Versions: 5

Compression:

Stored size: 166 Bytes

Contents

module MakeRestful::Callbacks

  def before_render(options={}, &block)

  end

  module ClassMethods

    def render_callback(options={}, &block)

    end

  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
make_restful-0.1.8 lib/make_restful/callbacks.rb
make_restful-0.1.6 lib/make_restful/callbacks.rb
make_restful-0.1.5 lib/make_restful/callbacks.rb
make_restful-0.1.4 lib/make_restful/callbacks.rb
make_restful-0.1.3 lib/make_restful/callbacks.rb