This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
show do | |
panel "Participated Surveys" do | |
farmer_id = resource.id | |
table_for resource.forms do | |
column("Name") {|form| link_to(form.name, admin_form_path(form))} | |
column("Answers") { |form| link_to("answers", farmer_form_question_answers_admin_form_path(form, farmer_id: farmer_id))} | |
column :created_at | |
end |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* daemon not running. starting it now on port 5037 * | |
* daemon started successfully * | |
* daemon not running. starting it now on port 5037 * | |
* daemon started successfully * | |
--------- beginning of /dev/log/main | |
W/AudioPolicyManagerBase( 1948): stream type [13], return media strategy | |
W/AudioPolicyManagerBase( 1948): stream type [14], return media strategy | |
W/AudioPolicyManagerBase( 1948): stream type [13], return media strategy | |
W/AudioPolicyManagerBase( 1948): stream type [14], return media strategy | |
W/AudioPolicyManagerBase( 1948): stream type [13], return media strategy |