Add this line to your application's Gemfile:
gem 'fieldview'
And then execute:
$ bundle
Or install it yourself as:
$ gem install fieldview
# In Rails, you could put this in config/initializers/fieldview.rb
Fieldview.configure do |config|
config.api_key = MY_APIKEY
end
TODO: Write usage instructions here
Bug reports and pull requests are welcome on GitHub at https://github.com/felipemathies/fieldview.